Skip to content

build(deps): bump github.com/oapi-codegen/runtime from 1.5.0 to 1.6.0 in /pkg/api#7404

Merged
ycombinator merged 1 commit into
mainfrom
dependabot/go_modules/pkg/api/github.com/oapi-codegen/runtime-1.6.0
Jul 22, 2026
Merged

build(deps): bump github.com/oapi-codegen/runtime from 1.5.0 to 1.6.0 in /pkg/api#7404
ycombinator merged 1 commit into
mainfrom
dependabot/go_modules/pkg/api/github.com/oapi-codegen/runtime-1.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/oapi-codegen/runtime from 1.5.0 to 1.6.0.

Release notes

Sourced from github.com/oapi-codegen/runtime's releases.

Allow customization of parameter encoding

This is a small release which adds a global encoding setting on the runtime, to allow users to customize how to handle spaces in query arguments. This is a new minor release, since we're adding new API, even though this is a very minor feature. I imagine that in the future, we will add more settings, rather than making behavior assumptions.

🚀 New features and improvements

📦 Dependency updates

  • chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112) @renovate[bot]

Sponsors

We would like to thank our sponsors for their support during this release.

Sponsors

We would like to thank our sponsors for their support during this release.

Commits
  • 01be2fa chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112)
  • 1463938 Allow customizing default query encoder (#145)
  • See full diff in compare view

@dependabot dependabot Bot added automation backport-active-all Automated backport with mergify to all the active branches dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Jul 20, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 20, 2026 02:21
@dependabot dependabot Bot added dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Jul 20, 2026
@dependabot
dependabot Bot requested review from lorienhu and ycombinator July 20, 2026 02:21
@dependabot dependabot Bot added the backport-active-all Automated backport with mergify to all the active branches label Jul 20, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Bumps [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/oapi-codegen/runtime
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/pkg/api/github.com/oapi-codegen/runtime-1.6.0 branch from 1ee68b6 to 9dbefed Compare July 21, 2026 20:48
@github-actions

Copy link
Copy Markdown
Contributor

TL;DR

The MacOS 13 unit-test job in Buildkite build 15544 never reached the test command. Buildkite fetched the PR ref at 9dbefed3011f2160a2c188d97b7c0331c666c58f, then tried to check out the older status commit 1ee68b6a4a32e7916c55ae5f14b287ab962fb717, which was unavailable locally and failed with fatal: reference is not a tree. This is a stale/invalid commit checkout failure, not a unit-test or dependency failure.

Remediation

  • Re-run CI against the current PR head 9dbefed3011f2160a2c188d97b7c0331c666c58f (or update the Buildkite status/check to the current commit).
  • Confirm the MacOS 13 job can check out the current head and then execute .buildkite/scripts/unit_test.sh.
Investigation details

Root Cause

The job fetched refs/pull/7404/head, which resolved to 9dbefed3011f2160a2c188d97b7c0331c666c58f, but the checkout step targeted 1ee68b6a4a32e7916c55ae5f14b287ab962fb717. The checkout failed three times before the pre-exit hook ran, so no repository revision was tested. The PR currently reports 9dbefed3011f2160a2c188d97b7c0331c666c58f as its head.

Evidence

  • Build: https://buildkite.com/elastic/fleet-server/builds/15544
  • Job/step: Run unit tests: MacOS 13 / .buildkite/scripts/unit_test.sh
  • Key log excerpt: FETCH_HEAD is now 9dbefed..., followed by git checkout -f 1ee68b6... and fatal: reference is not a tree: 1ee68b6... on attempts 1/3, 2/3, and 3/3.
  • PR scope: dependency-only bump of github.com/oapi-codegen/runtime; no test output was produced.

Verification

No local unit tests were run because the captured failure occurs during CI workspace checkout before the test script starts. No matching flaky-test issue was found.


What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

@ycombinator
ycombinator merged commit eaab69a into main Jul 22, 2026
13 checks passed
@ycombinator
ycombinator deleted the dependabot/go_modules/pkg/api/github.com/oapi-codegen/runtime-1.6.0 branch July 22, 2026 00:07
@github-actions

Copy link
Copy Markdown
Contributor

@Mergifyio backport 9.5 9.4 9.3 8.19

@mergify

mergify Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-active-all Automated backport with mergify to all the active branches dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant